.. _`Find contours`: .. _`com.sympathyfordata.imageanalysis.find_contours`: Find contours ````````````` .. image:: image_find_contour.svg :width: 48 Extracts iso-contours based on intensity levels in the image. Uses a 2D case of the marching cubes algorithm. Documentation ::::::::::::: Extracts iso-contours based on intensity levels in the image. Uses a 2D case of the marching cubes algorithm. Definition :::::::::: Input ports ........... **image** image Image to extract contours from Output ports ............ **contours** [table] Contours Configuration ............. **Level** (level) The intensity level at which to extract contours Examples ........ * :download:`Snake_contours.syx ` Implementation .............. .. automodule:: node_contours :noindex: .. class:: FindContours :noindex: